Free memory on linux [closed]
Posted
by
Julia Roberts
on Server Fault
See other posts from Server Fault
or by Julia Roberts
Published on 2012-11-13T21:35:17Z
Indexed on
2012/11/13
23:04 UTC
Read the original article
Hit count: 323
Possible Duplicate:
Meaning of the buffers/cache line in the output of free
What would be a good setting to free memory on linux? I have 8GB but gets used up so fast.
current settings:
kernel.sched_min_granularity_ns = 10000000
kernel.sched_wakeup_granularity_ns = 15000000
vm.dirty_ratio = 40
kernel.pid_max = 4096
vm.bdflush = 100 1200 128 512 15 5000 500 1884 2
What settings would I need so linux frees old ram faster?
© Server Fault or respective owner